Add GtkWidget:layout-manager
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Dec 2018 14:04:00 +0000 (14:04 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Mar 2019 00:11:27 +0000 (00:11 +0000)
commitf7856e887e8e5fffd676e0d0b0729b66fa2f193f
tree3ea51bd9e07acf82ac5c55e4dbfd5cea68da5898
parent1b8595b5f28f4212323f5e0253906580eabb63a2
Add GtkWidget:layout-manager

We can use a constructor property for existing container widgets with
a layout policy, and move the layout policy implementation out of the
widget itself and into a LayoutManager subclass.
gtk/gtkwidget.c